home *** CD-ROM | disk | FTP | other *** search
/ GDC 2006 What's Next: Aud…Proceedings - GDC Mobile / What's Next - GDC 06 - Audio Proceedings - GDC Mobile.iso / files / gdcradio.css < prev    next >
Cascading Style Sheet File  |  2006-04-27  |  3KB  |  216 lines

  1. body {
  2.     background: url(bckg.gif) repeat-x #DADADA;
  3.     margin: 0;
  4.     font-family: verdana;
  5.     font-size: 12px;
  6.     color: #333;
  7. }
  8.  
  9.  
  10. .cleaner {
  11.     clear: both;
  12. }
  13.  
  14. img {
  15.     border: 0;
  16. }
  17.  
  18. div.wrapper {
  19.     width: 790px;
  20.     margin: auto;
  21.     position: relative;
  22. }
  23.  
  24. div.header {
  25.     background: url(http://www.gdcradio.net/store/img/header.gif) repeat-x;
  26.     height: 79px;
  27.     position: relative;
  28.     border: 1px solid #fff;
  29.     margin-top: 30px;
  30. }
  31.  
  32. img.logo {
  33.     position: absolute;
  34.     left: 10px;
  35. }
  36.  
  37. img.adtile {
  38.     position: absolute;
  39.     right: 0px;
  40.     top: 0px;
  41. }
  42.  
  43. a:link,
  44. a:visited {
  45.     color: #C3000C;
  46. font-size: 14px;
  47.     text-decoration: underline;
  48. }
  49.  
  50. a:hover {
  51.     color: #000;
  52.     font-size: 14px;
  53.     text-decoration: none;
  54. }
  55.  
  56.  
  57. div.contentwrapper {
  58.     background: #eee;
  59.     padding: 5px;
  60.     margin-top: 15px;
  61.     border-top: 3px solid #000;
  62. }
  63.  
  64. /• --- ONLY FOR MAIN SITE
  65.        (BEGINS HERE)
  66. -------------------------- •/
  67. div.column1 {
  68.     width: 760px;
  69.     padding: 5px;
  70.     float: left;
  71. }
  72.  
  73. div.column2 {
  74.     width: 160px;
  75.     float: right;
  76.     background: #ddd;
  77.     padding: 4px;
  78. }
  79.  
  80. /• --- (ENDS HERE)---- •/
  81.  
  82. div.banners {
  83.     position: absolute;
  84.     right: -165px;
  85.     top: 0;
  86. }
  87.  
  88. • html div.banners {
  89.     margin-top: 30px;
  90. }
  91.  
  92. div.subnav {
  93.     background: #000;
  94.     height: 20px;
  95.     margin-top: 5px;
  96. }
  97.  
  98. ul.subnav { 
  99.     list-style: none;
  100.     margin: 0;
  101.     padding: 0;
  102. }
  103.  
  104. ul.subnav li {
  105.     float: left;
  106.     padding: 2px 10px;
  107.     background: url(http://www.gdcradio.net/store/img/dotted_vert.gif) repeat-y right;
  108. }
  109.  
  110. ul.subnav li a:link,
  111. ul.subnav li a:visited {
  112.     color: #fff;
  113.     text-decoration: none;
  114. }
  115.  
  116. ul.subnav li a:hover {
  117.     color: #C3000C;
  118. }
  119.  
  120. div.footer {
  121.     height: 20px;
  122.     width: 100%;
  123.     background: #000;
  124. }
  125.  
  126. h1, h2, h3, h4 {
  127.     color: #C3000C;
  128.     font-family: 'futura', verdana, sans-serif;
  129.     text-transform: uppercase;
  130.     font-size: 18px;
  131.     font-weight: normal;
  132.     padding-top:10px;
  133. }
  134.  
  135. h1 strong, h2 strong, h3 strong, h4 strong {
  136.     display: block;
  137.     font-family: verdana, sans-serif;
  138.     color: #444;
  139.     font-size: 14px;
  140.     text-transform: none;
  141. }
  142.  
  143. table {
  144.     margin: auto;
  145. border: 0;
  146. }
  147.  
  148. thead tr td {
  149.     background: #000;
  150.     color: #fff;
  151. }
  152.  
  153. thead tr td a:link,
  154. thead tr td a:visited {
  155.     color: #fff;
  156.     text-decoration: underline;
  157. }
  158.  
  159. thead tr td a:hover {
  160.     color: #fff;
  161.     text-decoration: none;
  162. }
  163. .ListLine0 {
  164.     background: #eeeeee;
  165.     
  166.     }
  167. .ListLine1 {
  168.     background:#dadada;
  169.  
  170.     }
  171.  
  172. tr td {
  173.     border:0;
  174. }
  175.  
  176. /• ----- CATEGORIES TABLE
  177. ----------------------------•/
  178.  
  179. html body table tr td.cat {
  180. border: 1px solid #fff;
  181. background: #ddd;
  182. }
  183.  
  184. table tr td.cat a:link,
  185. table tr td.cat a:visited{
  186. color: #333;
  187. padding: 1px;
  188. width: 100%;
  189. display: block;
  190. text-decoration: none;
  191. font-weight: bold;
  192. text-align: left;
  193. font-size: 16px;
  194. }
  195.  
  196.  
  197. table tr td.cat a:hover {
  198. color: #fff;
  199. background: #6A1F1F;
  200. font-size: 16px;
  201. }
  202.  
  203. img.mp3icon {
  204.     margin-right: 10px;
  205. }
  206.  
  207. .caps:link,
  208. .caps:visited {font-size: 16px;
  209.               text-transform: uppercase;
  210. }
  211.  
  212. .caps:hover {
  213.  
  214.     font-size: 16px;
  215.     text-transform: uppercase;
  216. }